home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4384 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: digex.net!not-for-mail
  2. From: cobrien@access2.digex.net (Cary B. O'Brien)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Large arrays in c++?
  5. Date: 29 Jan 1996 21:31:44 -0500
  6. Organization: Express Access Online Communications USA: 800-969-9090
  7. Message-ID: <4ejvug$95o@access2.digex.net>
  8. References: <4e4ssa$n9t@mira.sara.nl>
  9. NNTP-Posting-Host: access2.digex.net
  10.  
  11. In article <4e4ssa$n9t@mira.sara.nl>,
  12. Paul Langemeijer  <lmeijer@phys.uva.nl> wrote:
  13. >Hello,
  14. >
  15. >I am working on a simulation program that generates a lot of
  16. >(complex) numbers which I would like to store in a large array, to
  17. >make a FFT lateron.
  18. >The calloc function will not allow me enough memory to store my
  19. >approximately 1Mb of data, though there is enough internal memory
  20. >on my PC. How can I fix this? I am using Borland C++ under DOS.
  21. >
  22. >Please give me a hint!
  23. >
  24. DO not put up with any language that has the words near, far, pascal, or
  25. huge in them.
  26.  
  27. 1. If you don't have one, buy a CD ROM drive.
  28. 2. Go to a good technical bookstore and get a Linux book with a CD Rom.
  29. 3. If they have 'Numerical Recipies in C' buy that too.
  30. 4. Read both books.
  31.  
  32. Good Luck.
  33.  
  34. Cary O'Brien
  35. cobrien@access.digex.net
  36.  
  37. >Regards, Frederik de Jong
  38. >
  39. >Email:
  40. >fbdejong@nucleus.phys.uva.nl
  41.  
  42.  
  43.